home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
HyperStudio Preview 2
/
HyperLogo
/
Exploring HyperLogo
/
More Samples
/
Random Numbers
/
Random Numbers.rsrc
/
WkSp_128
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-18
|
383 b
|
25 lines
MAKE "randNum 49
MAKE "thePassword "HyperStudio
TO ExecuteButton :card :itm
CBSETCMD 43
IF EMPTYP :card [CBSETPARAMINT 1 0] [CBSetParamInt 1 -131072 CBSetParamStr 4 :card]
CBSETPARAMINT 2 0
CBSETPARAMSTR 3 :itm
CALLBACK
END
TO goAway
Wait 60
EXECUTEBUTTON [] "Quit
END
TO DoMenu2 :menu :item
CBSETCMD 10
CBSETPARAMINT 1 0
CBSETPARAMSTR 3 :menu
CBSETPARAMSTR 4 :item
CALLBACK
END